home *** CD-ROM | disk | FTP | other *** search
- |errorlinenumber|
- windowtitle `<integer> = ErrorLineNumber`
- printlf `The line number in the script which
- printlf `caused an error.`
- end
-
- |errorscripttype|
- windowtitle `"string" = ErrorScriptType`
- printlf `Returns the script type where an error
- printlf `occurred.`
- end
-
- |errorsourceline|
- windowtitle `"string" = ErrorSourceLine`
- printlf `Returns text of the script on which
- printlf `the error occurred.
- end
-
- |errorsourcename|
- windowtitle `"string" = ErrorSourceName`
- printlf `Returns the name of the Object, Routine,
- printlf `or the Card in the case of StartupScripts
- printlf `where the error occurred.`
- end
-
- |errorsourcetype|
- windowtitle `"string" = ErrorSourceType`
- printlf `Returns "Object," "Routine," or the
- printlf `"Card" in the case of StartupScript
- printlf `errors, where the error occured.`
- end
-
- |errortext|
- windowtitle `"string" = ErrorText`
- printlf `Returns the error message for the error
- printlf `that occurred.`
- end
-
-